home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / jikes / src / readme.amiga < prev    next >
Text File  |  1999-05-14  |  2KB  |  41 lines

  1. To build jikes on the Amiga, you can either run the configure script,
  2. e.g., "configure --prefix=/gg" from sh and tweak the resulting Makefile,
  3. or simply copy Makefile.amiga to Makefile.
  4.  
  5. Before typing "make", you may want to make the following changes to the
  6. Makefile:
  7. * Change the CPU and FPU options.
  8. * Change the optimization level. Note that using -O2 will produce a binary
  9.   that is about a megabyte larger, and the resulting gains in compilation
  10.   time will be overwhelmed by the additional loading time. Also note that
  11.   you will need at least 70M of memory to compile jikes with -O2, i.e.,
  12.   you will most likely need to use VMM, and that on a 68040@28MHz it
  13.   takes about a day to produce the optimized binary. In other words,
  14.   don't bother.
  15.  
  16. INSTALLATION:
  17. Simply copy the jikes executable somewhere in your path.
  18.  
  19. USAGE:
  20. Set either the CLASSPATH or the JIKESPATH environment variable to point
  21. to the directories and zip/jar files that you want your compiler to use.
  22. E.g., if you are using Kaffe, you can say:
  23. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  24. Separate the path components using semicolons. You can use UNIX "." and ".."
  25. notation for the current directory and for the parent directory of a
  26. directory.
  27.  
  28. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  29. and I'll see what I can do.
  30.  
  31. Kriton Kyrimis.
  32.  
  33. ******************************************************************************
  34. This software is subject to the terms of the IBM Jikes Compiler
  35. License Agreement available at the following URL:
  36. http://www.ibm.com/research/jikes. Copyright (C) 1996, 1999,
  37. International Business Machines Corporation and others. All Rights
  38. Reserved. You must accept the terms of that agreement to use this
  39. software.
  40. ******************************************************************************
  41.